Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sepolia #2639

Merged
merged 2 commits into from
Sep 14, 2022
Merged

Add sepolia #2639

merged 2 commits into from
Sep 14, 2022

Conversation

kclowes
Copy link
Collaborator

@kclowes kclowes commented Sep 8, 2022

What was wrong?

Sepolia is a new testnet that should be added to web3's auto providers.

Related to Issue #2627

How was it fixed?

Added it!

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@kclowes kclowes marked this pull request as ready for review September 12, 2022 18:43
Copy link
Contributor

@pacrob pacrob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Collaborator

@fselmo fselmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just left a small comment on updating an exception message but lgtm otherwise 👍🏼

@@ -15,4 +15,5 @@
3: "ropsten",
4: "rinkeby",
5: "goerli",
11155111: "sepolia",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this list is fairly small and we removed Kovan, it would be nice to update this exception message to include 11155111 (sepolia) as well:

f"Chain ID: {chain_id} is not supported. Supported chain ids include: "
"1 (mainnet), 3 (ropsten), 4 (rinkeby), and 5 (goerli)"
"Please try again with a valid registry URI."

@kclowes kclowes merged commit 28c7751 into ethereum:master Sep 14, 2022
@kclowes kclowes deleted the add-sepolia branch September 14, 2022 17:36
kclowes added a commit to kclowes/web3.py that referenced this pull request Sep 14, 2022
* Add Sepolia testnet

* Add Sepolia to ethpm validation error message
kclowes added a commit to kclowes/web3.py that referenced this pull request Sep 14, 2022
* Add Sepolia testnet

* Add Sepolia to ethpm validation error message
kclowes added a commit that referenced this pull request Sep 14, 2022
* Add Sepolia testnet

* Add Sepolia to ethpm validation error message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants